home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / scrnopt.1 < prev    next >
Text File  |  1995-07-25  |  885b  |  18 lines

  1. screenopt: optimize screen updates.
  2. screenopt optimizes screen updates in applications where a large amount of
  3. similar data is repeatedly displayed.  Lines written to screenopt are
  4. saved in a buffer.  When a newscreen character is received, the buffer is
  5. displayed on the terminal and then saved for comparison to the next screen.
  6. When the buffer is displayed, it is compared to the previous buffer
  7. and only those portions of the screen that have changed are updated.
  8. If the first character after the newscreen character is a newline,
  9. it is discarded.  Only as many lines as the terminal can display are
  10. saved in the buffer.
  11. Options:
  12. The environment variable TERM, used to determine how to do the optimized
  13. screen updates, can be overridden with the option -t termtype
  14. The newscreen character can be set with -n c
  15. It is ^L (formfeed, control-L) by default.
  16. -h gives this help screen.
  17.  
  18.